projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
265f3a4
)
* xdisp.c (move_it_to): When moving by vpos, ensure that the iterator
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 7 Sep 2008 14:15:40 +0000
(14:15 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 7 Sep 2008 14:15:40 +0000
(14:15 +0000)
advances to the next line if the current line ends in a continued tab.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 82f4c5ab555ae13ffd1487b3de0f05d7cd2a622a..869bec3021860038dd4a96eafe5c69318ff601a7 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,9
@@
+2008-09-07 Chong Yidong <cyd@stupidchicken.com>
+
+ * xdisp.c (move_it_to): When moving by vpos, ensure that the
+ iterator advances to the next line if the current line ends in a
+ continued tab.
+
2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
* nsfont.m (nsfont_draw): Fix the references to missing gidx data